home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d4 / flipper.arc / FLIPEXT.DOC < prev    next >
Text File  |  1989-08-11  |  6KB  |  136 lines

  1. The following is additional documentation for Flipper's multiple
  2. configuration capability, including the use of the F command,
  3. Flipload, Flipsave, and Flipext.
  4.  
  5. All of the changes that you make to the way Flipper works,
  6. including it's voices, the character set, option settings,
  7. search strings, etc., are referred to as a "configuration".
  8. Once you have Flipper set up the way you want within a
  9. spreadsheet, for example, or for a spelling checker, you will
  10. undoubtedly wish to save the configuration so that you can use
  11. it again later.
  12.  
  13. Flipper not only lets you save and reload a configuration, it
  14. will allow you to you to make up several of them and switch
  15. between them quickly.  For example, if when you use WordPerfect,
  16. you start it with a "/NF" on the command line like this:
  17.  
  18. wp /nf
  19.  
  20. then WordPerfect will write text on the screen in such a way
  21. that Flipper's automatic output facility will read everything.
  22. That is useful, because all prompts will be spoken
  23. automatically, for example.  However, if you start typing in
  24. text, too much will be spoken, which is very distracting.  The
  25. solution is to turn off automatic output when you are entering
  26. text.  It would be very clumsy, of course, to always enter the
  27. review mode, turn on or off the automatic output, leave the
  28. review mode, etc.  However, you can turn the automatic output on
  29. or off with a single keystroke by doing the following:
  30.  
  31. First, set up a configuration for WordPerfect the way you want
  32. it.  Then make the other configuration the same by pressing
  33. shift F.  Now both configurations are the same, set up for
  34. WordPerfect.  Now you can turn the automatic output off in the
  35. primary configuration, then flip the configuration with the f
  36. command, and turn the automatic output on in the secondary
  37. configuration. When you use the flip configuration command, alt
  38. F,  the automatic output turns on and off, and nothing else
  39. changes, because their are no other differences between the
  40. primary and secondary configurations.  Now you when you are
  41. ready to do a command within WordPerfect, you can just press alt
  42. f, to turn on the automatic output, then do the command, and
  43. when you are ready to enter text again, you just turn off the
  44. automatic output again by pressing alt f, switching back to the
  45. primary configuration.
  46.  
  47. It is often useful to have two configurations, primary and
  48. secondary, that only have one difference, so that you can change
  49. that one thing quickly.
  50.  
  51. Now that you have set up these two configurations for
  52. WordPerfect, you can save them for use later on.  To save them
  53. permanently, after you exit WordPerfect, flip to the primary
  54. configuration, then execute the following command:
  55.  
  56. flipsave wpprime.flp
  57.  
  58. then flip to the secondary configuration with the alt f, and
  59. execute the following command:
  60.  
  61. flipsave wpsecond.flp
  62.  
  63. you can then load those configurations later by executing the
  64. command:
  65.  
  66. flipload wpprime.flp wpsecond.flp
  67.  
  68. The names wpprime and wpsecond are arbitrary, of course.
  69.  
  70. You can also set up a batch file that will enter wordperfect and
  71. load your configurations.  Just make up a file called WP.BAT
  72. with the following contents:
  73.  
  74. echo off
  75. flipload wpprime.flp wpsecond.flp
  76. wp /nf
  77. flipload \flipper\start.flp \flipper\start.flp
  78.  
  79. the last flipload command loads your starting configuration into
  80. both the primary and secondary configurations.
  81.  
  82. FLIPEXT:
  83.  
  84. Flipext is a command that you can use to set up other
  85. configurations in memory, in addition to the primary and
  86. secondary configurations that are built into Flipper.  For each
  87. configuration that you set up with Flipext, you will use up 1
  88. kilobyte of your system memory.  As you set up each
  89. configuration with flipext, it is given a number, 1 for the
  90. first one that you make 2 for the second, and so on.  Flipext is
  91. used with configurations that you have saved earlier with the
  92. flipsave command.  For example, you can set up your starting
  93. configuration as an external configuration by executing the
  94. command:
  95.  
  96. flipext \flipper\start.flp
  97.  
  98. at the DOS prompt.  You use the configurations that you loaded
  99. by going into the review mode, pressing the number of the
  100. configuration that you want, then pressing the f key.
  101.  
  102. An simple example of the use of configurations set up with the
  103. flipext command is the case of a computer which is used by both
  104. blind persons and by sighted persons.   You can set up a
  105. "silent" configuration for use by sighted persons, and a regular
  106. one for use by Blind operators.  You do this by going into
  107. Flipper's review mode and then turning off all of Flipper's
  108. speaking options, including automatic output, keyboard echo,
  109. reading after arrow keys, reading after backspace and delete,
  110. the backslash command, and you can also turn of the quick keys,
  111. and the alt number keys.  With this configuration, the only
  112. difference that Flipper being loaded makes is the ability to pop
  113. into review mode, and memory use.  You can then save this silent
  114. configuration by leaving the review mode, and then executing the
  115. command:
  116.  
  117. flipsave silent.flp
  118.  
  119. Then if you put in the autoexec.bat file the lines:
  120.  
  121. flipext start.flp
  122. flipext silent.flp
  123.  
  124. then you can turn off Flipper for use by a sighted person by
  125. entering the review mode at any time, and then pressing 2 f.
  126. When you need to use the computer again, you can press 1 f,
  127. loading the starting configuration again, and making Flipper
  128. interactive again.
  129.  
  130. You can also make temporary changes to external configurations
  131. by going into the review mode setting the configuration the way
  132. you want it, and then pressing the number of the configuration
  133. that you want to change, and then shift f.  Remember that you
  134. need to change the configuration that you load from on the disk
  135. to make permanent changes that will be there when you reboot.
  136.